1 =============================================================================
2 LIBRARY APPLICATION : CSRemotingSharedLibrary Project Overview
3 =============================================================================
5 /////////////////////////////////////////////////////////////////////////////
8 CSRemotingSharedLibrary contains the remote object types shared by the .NET
9 Remoting clients and servers.
12 /////////////////////////////////////////////////////////////////////////////
14 (The relationship between the current sample and the rest samples in
15 Microsoft All-In-One Code Framework http://1code.codeplex.com)
17 CSRemotingClient, CSRemotingServer -> CSRemotingSharedLibrary
18 The .NET Remoting clients and servers references the shared library for the
19 client-activated remoting types.
22 /////////////////////////////////////////////////////////////////////////////
25 .NET Framework Remoting Architecture
26 http://msdn.microsoft.com/en-us/library/2e7z38xb(VS.85).aspx
28 .NET Framework Remoting Overview
29 http://msdn.microsoft.com/en-us/library/kwdt6w2k(VS.85).aspx
32 /////////////////////////////////////////////////////////////////////////////